home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / math / alged34.zip / ALGED.1ST next >
Text File  |  1996-06-06  |  3KB  |  47 lines

  1. ;--------------------------------------------------------------------------
  2. ;   This is alged.1st. When you run alged it will try to load this file
  3. ;   first.  The format of the file is the same as any data file, but I
  4. ;   think it should be used to set up the user-options.
  5. ;
  6. ;   The following are all the options and their default values.  If the option
  7. ;   appears twice, or in other data files, then the last one takes effect.
  8. ;   Note, you can also type these options when you EnterKey interactively.
  9. ;----------------------------------------------------------------------
  10. ?c 7      ; normal color (color = foregnd + 16*backgnd)
  11. ?s 14     ; selection color (for monochrome, use 112)
  12. ?i 13     ; instructions color (visible comments)
  13. ?m 31     ; menu color (for monochrome, use 112)
  14. ?e 13     ; max significant digits, valid 2...16 (used by Integer)
  15. ?d 1000   ; max denominator search (used by Integer, Simplify, and Factrpoly)
  16. ?p 100    ; max power (used by ^N expand)
  17. ?a 1      ; char mode (0=ugly)
  18. ?v 1      ; use direct video (0=use bios)
  19. ?y 1      ; adjust y position (0=line up fractions)
  20. ?. 1      ; decimals 0=europe, 1=usa (output only)
  21. ?f 0      ; input format 0=infix, 1=postfix
  22. ?r 1 3 2  ; 3d color-by-derivative direction vector
  23. ;----------------------------------------------------------------
  24. ; Use ?g <bgi-file> <mode> <palette start> <palette size>
  25. ; to change the graphic driver and set graphics mode.
  26. ; Here are some examples, you can remove the ';' at the beginning of one of
  27. ; these lines:
  28. ;   ?g svga256 0 32 24   ; 320x200 VGA with rainbow palette
  29. ;   ?g svga256 1 32 24   ; 640x480 super vga with rainbow palette
  30. ;   ?g svga256 1 18 14   ; 640x480 super vga with gray palette
  31. ;   ?g svga256 2 32 24   ; 640x400 super vga with rainbow palette
  32. ;   ?g svga256 3 32 24   ; 800x600 super vga with rainbow palette
  33. ;   ?g svga256 4 32 24   ; 1024x768 super vga with rainbow palette
  34. ;   ?g *auto 0 1 3       ; if you have CGA, use this for 3 colors
  35. ; The driver name is the .bgi filename without path or extension.
  36. ; The mode number is defined by Borland; it is not the one used by bios.
  37. ; When you say *auto then the hardware is auto-detected (up to vga).
  38. ; If you do NOT have SuperVga, it is better to use *auto.
  39. ; When you omit ?g the highest resolution mode is used.
  40. ;-------------------------------------------------------------------
  41. ; The ?l option is used to set language for the .mnu and .hlp files.
  42. ; For instance ?l NED will use ALGEDNED.HLP and ALGEDNED.MNU.
  43. ; The default is simply ALGED.HLP and ALGED.MNU
  44. ;
  45. ?l eng
  46.  
  47.